public override void doStuff()
 {
     if (objectInstance != null)
     {
         objectInstance.doStuff();
     }
 }