Lists the host's name along with the names and current status of each virtual machine.
join('', ['Host: ', ~.Host.VMHost.Name, ' | Running VMs: (', join(' || ', VirtualMachines[].join('',['VM Name: ',Name,', State: ',VMState])), ')'])