Returns all the guild types
@override List<GuildType> get allTypes => _guildTypes.toList()..sortBy((guildType) => guildType.getGuildType());