The save-data module should implement object serialization/deserialization (using JSON.parse / JSON.stringify) where necessary - the user should be able to provide and receive JavaScript objects via the saveData object's API.
localStorageSet already uses the object's toString method for serialization, but for non-primitives this becomes [object Object].