public float GetHealth()
 {
     return(progression.GetHealth(characterClass, startingLevel));
 }