public void OnTriggerStay(Collider other)
 {
     if (IsValidState())
     {
         currentBallState.OnTriggerStay(other);
     }
 }