managed...
before the 'Data Flow Task' i've created a 'Script Task' which assigned the object's variable to a string and passed it on:
(Dts.Variables["NewStringVar"].Value = string.Format("{0}", Dts.Variables["ObjectIterarionsVar"].Value.ToString());
then, i could...