Create character customization variables for Game Save.

Question, when you created your “Save Game” function variables, you used a Bool and an Integer. Since I am using an ENUM, do I need 3 variables? Do I use a string to store the display name, an integer to store the index, and a text to store the description? Or, can I use one variable type?