public bool HasHighscore(int score, int wave)
 {
     return(highScoresData.IsHighScore(score));
 }