public void InsertToken()
 {
     Debug.Log("You inserted a token");
     gumballMachine.SetState(gumballMachine.GetHasTokenState());
 }