Transforms this instance into a JSON object.
@override Map<String,dynamic> toJSON() { final json = super.toJSON(); json['path'] = path.toJSON(); json['nextWaypointDistance'] = nextWaypointDistance; return json; }