public void SubmitHighScore(string initials)
 {
     Debug.Log("test");
     hsMgr.AddHighScore(levelInfo.levelNumber, finalScore, initials);
     Debug.Log("test2");
     enterHighScorePanel.SetActive(false);
     PrintHighscore();
 }