I'm trying to extend an already loaded object with a category from a plugin. I mean lets assume that the program has an object called MyObject and that it has the method - (void)doSomething. i want that when my plugin is loaded it will replace the -doSomething method with another one.