public void AddInteraction(InteractionObject interactionToAdd, GameObject sender)
 {
     interactionToAdd.SetSender(sender);
     _interactions.Add(interactionToAdd);
 }