private void GetRandomObstacle()
 {
     SelectObstacle(ObstaclesManager.GetRandomFreeObstacle());
 }