How do you pass a method reference and call it on a particular object?  
I know I can pass it as a string and call eval, but I'm trying to  
avoid that performance hit.