static Map toJson(RouteTown town) { return {'id': town.id, 'dis': town.distance, 'nam': town.name}; }