Map<String, dynamic> toMap() { return { 'steps': steps, 'startTime': startTime.toIso8601String(), 'endTime': endTime.toIso8601String(), }; }