I struggled find a way to get my enum variable name and the string part for the display name (to use both the variable name and string 'display' name)
I wanted this because I would use the variable name in my filter queries, and the display name to show on the front end.
So I found a way to create an object to act as an enum, and thought id just add it here for you guys.