private void Update()
 {
     scoreText.text = "S C O R E : " + gameCoordinator.GetScore().ToString();
 }