public void OnRestart()
 {
     score = 0;
     UpdateUIText();
     circleBar.OnRestart();
 }