This is a pretty thorough explanation of saving/loading.
https://forum.gdevelop.io/t/save-load-problem/52074/23?u=keith_1357
To save a structure, you need to convert the variable to a Json string and save the string. You then load the string and covert it back to a variable.