Returns all the races
@override List<Race> get allTypes => _races.toList()..sortBy((race) => race.getName());