Returns all the deity types
@override List<DeityType> get allTypes => _deityTypes.toList()..sortBy((deityType) => deityType.getDeityType());