Apple Docs: http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Functions/index.html (scroll to NSStringFromSelector)
This provides a way to convert from a SEL to an NSString. You can use NSSelectorFromString to convert back.
Prototype:
NSString *NSStringFromSelector(SEL aSelector);