private void levelUpSkill(Skill skill) {
   skill.incrementLevel();
   stats.decrementSkillPoints();
 }