I am sorry I didn't notice that the constructor requires enumSavedName which is an enumeratino instead of a string. I change the property for SaveName to be both readable and writeable and changed it from SavedNameString to SavedName

Now it works correctly.

I feel stupid now