enum to string

I want my spell variable to be the selected SourceWords. How do I do that?

enum SourceWords {Source};
var firstWord : SourceWords;
var spell : String;

function Update (){
spell =
}

String Methods

You can look Trim() or ToCharArray().