public void processCollidingObject(GameObject other)
 {
     payload.inject(other);
     Destroy(gameObject);
 }