public void ResetGameStatistic()
    {
        _ballMovement.SetStartMovementSpeed();
        _playerLives.ResetLives();
        ScoreManager.Instance.ResetScore();

        IsGameReady = true;
    }