void Awake()
 {
     instance = this;
     highscoresDisplay.GetComponent <DisplayHighscores>();
 }