Map<String, dynamic> toJson() => { 'path': path.map((p) => p.toJson()).toList(), 'startTime': startTime, 'duration': duration, };