public void CollideWithObject(InteractObject objectCollided)
 {
     objectToInteract = objectCollided;
     objectToInteract.NearPlayer();
 }