pub fn convert_skill_groups_to_database<'a, I: Iterator<Item = &'a SkillGroup>>(
    entity_id: CharacterId,
    skill_groups: I
) -> Vec<SkillGroup>