How can I convert a string name for a wav file to the wave sound object itself?

I’m using Easy File Dialog plugin to get file names (specifically WAV files). The output of the plugin’s open file dialog node is a string. I need to convert that string to a Wave sound object. How can I do it?