I have an object with a UIColor property:
class Beer: NSObject { var color: UIColor? ... }
I\'m saving this to a DB, so I need to make this