private void OnDisable()
 {
     processObjectSignal -= ProcessObject;
 }
 private void OnEnable()
 {
     processObjectSignal += ProcessObject;
 }