public bool PlayerTouchingWinTrigger()
 {
     return(winCollider.OverlapPoint(playerLocation.GetWorldMidPointTransform()));
 }