private void AdjustToCenter()
 {
     if (!ball.IsGoingRight())
     {
         MoveCloserTo(worldHeight / 2);
     }
 }