An easy way would be to use stringof:

std.stdio.writefln("url: %s", Urls.awesome.stringof);

You could probably use traits too.